- JSON Toolkit MCP - Format, Validate, Diff, Query & Transform JSON
JSON Toolkit MCP - Format, Validate, Diff, Query & Transform JSON
Overview
JSON Toolkit MCP
A comprehensive MCP server for JSON operations, deployed on Cloudflare Workers.
Tools
- json_format - Pretty-print or minify JSON with configurable indent
- json_validate - Validate JSON and get detailed error messages
- json_diff - Compare two JSON objects and see differences
- json_query - Query JSON with JSONPath expressions
- json_transform - Transform JSON using templates
- json_schema - Generate JSON Schema from sample data
Quick Start
{
"mcpServers": {
"json-toolkit": {
"url": "https://json-toolkit-mcp.yagami8095.workers.dev/mcp"
}
}
}
Links
Server Config
{
"mcpServers": {
"json-toolkit": {
"url": "https://json-toolkit-mcp.yagami8095.workers.dev/mcp"
}
}
}Project Info
Created At
3 months agoUpdated At
3 months agoAuthor Name
OpenClaw AIStar
-Language
-License
-